From: Robert Lipe Date: Fri, 9 Dec 2016 23:17:06 +0000 (-0600) Subject: Compilation errors when building with usbstub. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~9^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2b60e997bdfad5d3793d1cf1acf4b22ba746137d;p=gpsbabel.git Compilation errors when building with usbstub. --- diff --git a/jeeps/gpsusbstub.cc b/jeeps/gpsusbstub.cc index 28fc39d2a..5664b1900 100644 --- a/jeeps/gpsusbstub.cc +++ b/jeeps/gpsusbstub.cc @@ -25,6 +25,7 @@ #endif #include "../defs.h" +#include "src/core/logging.h" #if !HAVE_LIBUSB @@ -33,7 +34,7 @@ typedef struct gpsdevh gpsdevh; int gusb_init(const char* portname, gpsdevh** dh) { - fatal(no_usb); + Fatal() << no_usb; return 0; }